home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / MELL / NETLIB00 / README1st
Text File  |  1997-02-03  |  2KB  |  81 lines

  1. !Netlib - The Network C Programmers Interface
  2. ---------------------------------------------
  3.  
  4. !Netlib provides a BSD 4.3 function call library for
  5. programmers to use in Internet:o.netlib.
  6.  
  7. Standard C network headers are provided and should be
  8. included as usual within your programs. The headers
  9. are actually those from BSD 4.4 with some structs
  10. regressed to be BSD 4.3 compatible.
  11.  
  12. If you have any corrections or additions to Netlib then
  13. please send them to me (amell@cup.cam.ac.uk) for
  14. inclusion in the next version. If everyone does this then
  15. the library will be continuously improved and hopefully
  16. duplicity can be avoided when writing future network
  17. applications.
  18.  
  19. Andy Mell
  20. amell@cup.cam.ac.uk
  21. 24th May 1995
  22.  
  23. ----
  24.  
  25. I've added the module version and corrected some of the
  26. header files too and called this version 2.
  27.  
  28. Stewart Brodie
  29. S.N.Brodie@ecs.soton.ac.uk
  30. 14th August 1995
  31.  
  32.  
  33. ----
  34.  
  35. I've made an alteration to the application versions of
  36. the object files to prevent errno corruptions when using
  37. callbacks.
  38.  
  39. Stewart Brodie
  40. S.N.Brodie@ecs.soton.ac.uk
  41. 11th September 1995
  42.  
  43.  
  44. ----
  45.  
  46. I've added arpa/nameser.h in order to provide constants and buffer defns
  47. for nameserver access.  I've corrected netinet/tcp.h to fix a wrong
  48. macro definition.  resolv.h has also been added
  49.  
  50. Also, there are more versions built now.
  51.  
  52. NetLib:o.NetLib        Standard version for applications
  53. NetLib:o.NetLibH    as above, but without gethostbyname/addr SWI veneer
  54. NetLib:o.OnlySock    as above, but without gethostbyname/addr code
  55.  
  56. NetLib:o.NetLibzM    Standard version for relocatable modules
  57. NetLib:o.NetLibHzM    as above, but without gethostbyname/addr SWI veneer
  58. NetLib:o.OnlySockzM    as above, but without gethostbyname/addr code
  59.  
  60. If you are linking with my dnsquery library, then you should link your
  61. application with the appropriate OnlySock version, not the full thing.
  62.  
  63. This version corrects the errno bug, which my earlier fixes had managed
  64. to still avoid correcting :-(
  65.  
  66. Stewart Brodie
  67. S.N.Brodie@ecs.soton.ac.uk
  68. 8th February 1996
  69.  
  70. ----
  71.  
  72. I've correct some comments in the header files, added some of the basic IPv6
  73. types, updated the DNS header files to know about everything BIND 4.9.5 knows
  74. about.  I've also added a few more const's in where necessary.
  75.  
  76. Stewart Brodie
  77. S.N.Brodie@ecs.soton.ac.uk
  78. 3rd Feburary 1997
  79.  
  80. ----
  81.